Skip to the content.

//[](../../../../index.html)/[pro.streem.sdk](../../index.html)/[Streem](../index.html)/[SupportedCountriesResult](index.html)

SupportedCountriesResult

[androidJvm]
sealed class SupportedCountriesResult

Types

Name Summary
Companion [androidJvm]
object Companion
Error [androidJvm]
sealed class Error : Streem.SupportedCountriesResult
SupportedCountries [androidJvm]
data class SupportedCountries(val countries: List<Streem.Country>) : Streem.SupportedCountriesResult

Inheritors

Name
SupportedCountries
Error